home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue35 / clinic / MainU.dfm / MainU.txt
Text File  |  1997-12-08  |  951b  |  44 lines

  1. object Form1: TForm1
  2.   Left = 195
  3.   Top = 126
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIForm
  13.   Menu = MainMenu1
  14.   Position = poDefault
  15.   Visible = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MainMenu1: TMainMenu
  19.     Left = 64
  20.     Top = 16
  21.     object File1: TMenuItem
  22.       Caption = '&File'
  23.       object NewItem1: TMenuItem
  24.         Caption = '&New Item 1 (Broken)'
  25.         OnClick = NewItem1Click
  26.       end
  27.       object NewItem2: TMenuItem
  28.         Caption = 'New Item 2 (One Way)'
  29.         OnClick = NewItem2Click
  30.       end
  31.       object NewItem3: TMenuItem
  32.         Caption = 'New Item 3 (Another Way)'
  33.         OnClick = NewItem3Click
  34.       end
  35.       object Exit1: TMenuItem
  36.         Caption = '&Exit'
  37.       end
  38.     end
  39.     object Help1: TMenuItem
  40.       Caption = '&Help'
  41.     end
  42.   end
  43. end
  44.